From 595c4578bd1c775e3338becab8c2b28a3417605f Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Mon, 23 Dec 2013 21:01:25 +0800 Subject: [PATCH] Minor doc fixes. * doc/emacs/misc.texi (Shell Mode): Add a cross-reference. * doc/emacs/building.texi (Lisp Eval): Add an index. --- doc/emacs/ChangeLog | 6 ++++++ doc/emacs/building.texi | 1 + doc/emacs/misc.texi | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index cb6bcbb7bff..2c10713b191 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,9 @@ +2013-12-23 Xue Fuqiao + + * misc.texi (Shell Mode): Add a cross-reference. + + * building.texi (Lisp Eval): Add an index. + 2013-12-22 Glenn Morris * entering.texi (Entering Emacs): Typo fix. diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 1072d49ea20..22a51a2a13f 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi @@ -1422,6 +1422,7 @@ Emacs to crash. Set the variable @code{load-dangerous-libraries} to @section Evaluating Emacs Lisp Expressions @cindex Emacs Lisp mode @cindex mode, Emacs Lisp +@cindex evaluation, Emacs Lisp @findex emacs-lisp-mode Emacs Lisp mode is the major mode for editing Emacs Lisp. Its mode diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index d2dfe281d7c..a773ec022de 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -810,8 +810,8 @@ echoing. This is useful when a shell command runs a program that asks for a password. Please note that Emacs will not echo passwords by default. If you -really want them to be echoed, evaluate the following Lisp -expression: +really want them to be echoed, evaluate (@pxref{Lisp Eval}) the +following Lisp expression: @example (remove-hook 'comint-output-filter-functions -- 2.11.4.GIT