diff options
| author | Xue Fuqiao | 2015-07-09 19:40:41 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2015-07-09 19:40:41 +0800 |
| commit | 66c79b2d8f526ae38deeccb28a98a6bd0e31d454 (patch) | |
| tree | 8e23521129e4664b033c81de2e0b5d69812a7457 | |
| parent | 0bec5a22cea517a15cf7eb5674094b94d1a7ead8 (diff) | |
| download | emacs-66c79b2d8f526ae38deeccb28a98a6bd0e31d454.tar.gz emacs-66c79b2d8f526ae38deeccb28a98a6bd0e31d454.zip | |
* doc/emacs/files.texi (File Archives): Add a cross reference.
| -rw-r--r-- | doc/emacs/files.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/help.texi | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index e5c5e1beaac..c89d3f2b5c7 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1745,7 +1745,8 @@ owner, are supported only for some of the archive formats. | |||
| 1745 | and repack archives. However, you don't need these programs to look | 1745 | and repack archives. However, you don't need these programs to look |
| 1746 | at the archive table of contents, only to extract or manipulate the | 1746 | at the archive table of contents, only to extract or manipulate the |
| 1747 | subfiles in the archive. Details of the program names and their | 1747 | subfiles in the archive. Details of the program names and their |
| 1748 | options can be set in the @samp{Archive} Customize group. | 1748 | options can be set in the @samp{Archive} Customize group |
| 1749 | (@pxref{Customization Groups}). | ||
| 1749 | 1750 | ||
| 1750 | @node Remote Files | 1751 | @node Remote Files |
| 1751 | @section Remote Files | 1752 | @section Remote Files |
| @@ -1945,6 +1946,7 @@ opened files. @kbd{M-x recentf-save-list} saves the current | |||
| 1945 | @code{recent-file-list} to a file, and @kbd{M-x recentf-edit-list} | 1946 | @code{recent-file-list} to a file, and @kbd{M-x recentf-edit-list} |
| 1946 | edits it. | 1947 | edits it. |
| 1947 | 1948 | ||
| 1949 | @c FIXME partial-completion-mode (complete.el) is obsolete. | ||
| 1948 | The @kbd{M-x ffap} command generalizes @code{find-file} with more | 1950 | The @kbd{M-x ffap} command generalizes @code{find-file} with more |
| 1949 | powerful heuristic defaults (@pxref{FFAP}), often based on the text at | 1951 | powerful heuristic defaults (@pxref{FFAP}), often based on the text at |
| 1950 | point. Partial Completion mode offers other features extending | 1952 | point. Partial Completion mode offers other features extending |
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index b3ff0517e13..5129c1c005c 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi | |||
| @@ -360,10 +360,10 @@ view, describe, default. | |||
| 360 | 360 | ||
| 361 | @vindex apropos-do-all | 361 | @vindex apropos-do-all |
| 362 | If the variable @code{apropos-do-all} is non-@code{nil}, most | 362 | If the variable @code{apropos-do-all} is non-@code{nil}, most |
| 363 | apropos commands behave as if they had been given a prefix | 363 | apropos commands behave as if they had been given a prefix argument. |
| 364 | argument. There is one exception: @code{apropos-variable} without a | 364 | There is one exception: @code{apropos-variable} without a prefix |
| 365 | prefix argument will always search for all variables, no matter what | 365 | argument will always search for all variables, no matter what the |
| 366 | the value of @code{apropos-do-all} is. | 366 | value of @code{apropos-do-all} is. |
| 367 | 367 | ||
| 368 | @vindex apropos-sort-by-scores | 368 | @vindex apropos-sort-by-scores |
| 369 | @cindex apropos search results, order by score | 369 | @cindex apropos search results, order by score |