Minor doc fixes.
* doc/emacs/misc.texi (Shell Mode): Add a cross-reference. * doc/emacs/building.texi (Lisp Eval): Add an index.
This commit is contained in:
parent
b90aa4f440
commit
595c4578bd
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
|
||||
|
||||
* misc.texi (Shell Mode): Add a cross-reference.
|
||||
|
||||
* building.texi (Lisp Eval): Add an index.
|
||||
|
||||
2013-12-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* entering.texi (Entering Emacs): Typo fix.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue