aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2015-07-09 19:40:41 +0800
committerXue Fuqiao2015-07-09 19:40:41 +0800
commit66c79b2d8f526ae38deeccb28a98a6bd0e31d454 (patch)
tree8e23521129e4664b033c81de2e0b5d69812a7457
parent0bec5a22cea517a15cf7eb5674094b94d1a7ead8 (diff)
downloademacs-66c79b2d8f526ae38deeccb28a98a6bd0e31d454.tar.gz
emacs-66c79b2d8f526ae38deeccb28a98a6bd0e31d454.zip
* doc/emacs/files.texi (File Archives): Add a cross reference.
-rw-r--r--doc/emacs/files.texi4
-rw-r--r--doc/emacs/help.texi8
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.
1745and repack archives. However, you don't need these programs to look 1745and repack archives. However, you don't need these programs to look
1746at the archive table of contents, only to extract or manipulate the 1746at the archive table of contents, only to extract or manipulate the
1747subfiles in the archive. Details of the program names and their 1747subfiles in the archive. Details of the program names and their
1748options can be set in the @samp{Archive} Customize group. 1748options 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}
1946edits it. 1947edits 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
1949powerful heuristic defaults (@pxref{FFAP}), often based on the text at 1951powerful heuristic defaults (@pxref{FFAP}), often based on the text at
1950point. Partial Completion mode offers other features extending 1952point. 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
363apropos commands behave as if they had been given a prefix 363apropos commands behave as if they had been given a prefix argument.
364argument. There is one exception: @code{apropos-variable} without a 364There is one exception: @code{apropos-variable} without a prefix
365prefix argument will always search for all variables, no matter what 365argument will always search for all variables, no matter what the
366the value of @code{apropos-do-all} is. 366value 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