diff options
| author | Chong Yidong | 2012-02-26 17:29:50 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-02-26 17:29:50 +0800 |
| commit | fa9a08553937a87d6162bb0a7b21dfd3b3f47164 (patch) | |
| tree | d35d90eb14e8a3fe52e0e9e56c405962199e735a /doc | |
| parent | 07498861aec0eb2103820342747350736419444d (diff) | |
| download | emacs-fa9a08553937a87d6162bb0a7b21dfd3b3f47164.tar.gz emacs-fa9a08553937a87d6162bb0a7b21dfd3b3f47164.zip | |
* doc/misc/ediff.texi (Quick Help Commands): Add a couple of index entries.
Fixes: debbugs:10834
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/files.texi | 2 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/ediff.texi | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 277a4cabdf1..f55c84217a2 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -1021,7 +1021,7 @@ other I/O device). | |||
| 1021 | @defun files-equal-p file1 file2 | 1021 | @defun files-equal-p file1 file2 |
| 1022 | This function returns @code{t} if the files @var{file1} and | 1022 | This function returns @code{t} if the files @var{file1} and |
| 1023 | @var{file2} name the same file. Two ordinary files are considered to | 1023 | @var{file2} name the same file. Two ordinary files are considered to |
| 1024 | be the same if the function @code{file-attributes} (@xref{File | 1024 | be the same if the function @code{file-attributes} (@pxref{File |
| 1025 | Attributes}) returns @code{equal} values for them. | 1025 | Attributes}) returns @code{equal} values for them. |
| 1026 | @end defun | 1026 | @end defun |
| 1027 | 1027 | ||
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index a11dd9d9a4d..8d8b4b4df8d 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-02-26 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * ediff.texi (Quick Help Commands): Add a couple of index entries | ||
| 4 | (Bug#10834). | ||
| 5 | |||
| 1 | 2012-02-17 Glenn Morris <rgm@gnu.org> | 6 | 2012-02-17 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * gnus.texi (Posting Styles): | 8 | * gnus.texi (Posting Styles): |
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi index 1e9ecf07a14..4ccb6669b2e 100644 --- a/doc/misc/ediff.texi +++ b/doc/misc/ediff.texi | |||
| @@ -433,6 +433,8 @@ command (see @kbd{ga}, @kbd{gb}, and @kbd{gc}). | |||
| 433 | 433 | ||
| 434 | @node Quick Help Commands,Other Session Commands,,Session Commands | 434 | @node Quick Help Commands,Other Session Commands,,Session Commands |
| 435 | @section Quick Help Commands | 435 | @section Quick Help Commands |
| 436 | @cindex command help | ||
| 437 | @cindex important commands | ||
| 436 | 438 | ||
| 437 | @table @kbd | 439 | @table @kbd |
| 438 | @item ? | 440 | @item ? |