aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-03-10 14:48:35 -0400
committerGlenn Morris2014-03-10 14:48:35 -0400
commit776aa432075b3a3d8588f9872a053845ecfaa4e9 (patch)
tree363418abbaaa8ceff1cb2e6b92bbe21587726a7a
parentba1a5c78f2e3d4b6a9bea5e6bec6f3dbe50bec70 (diff)
downloademacs-776aa432075b3a3d8588f9872a053845ecfaa4e9.tar.gz
emacs-776aa432075b3a3d8588f9872a053845ecfaa4e9.zip
* lisp/files.el (find-file): Doc fix: update info node name.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/files.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cbabd6c18bb..e17872e2347 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12014-03-10 Glenn Morris <rgm@gnu.org> 12014-03-10 Glenn Morris <rgm@gnu.org>
2 2
3 * files.el (find-file): Doc fix: update info node name.
4
3 * emacs-lisp/advice.el (ad-add-advice, defadvice): 5 * emacs-lisp/advice.el (ad-add-advice, defadvice):
4 Doc fix: remove references to deleted info nodes. 6 Doc fix: remove references to deleted info nodes.
5 7
diff --git a/lisp/files.el b/lisp/files.el
index 6f930aa492f..029872506e3 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1429,7 +1429,7 @@ You can visit files on remote machines by specifying something
1429like /ssh:SOME_REMOTE_MACHINE:FILE for the file name. You can 1429like /ssh:SOME_REMOTE_MACHINE:FILE for the file name. You can
1430also visit local files as a different user by specifying 1430also visit local files as a different user by specifying
1431/sudo::FILE for the file name. 1431/sudo::FILE for the file name.
1432See the Info node `(tramp)Filename Syntax' in the Tramp Info 1432See the Info node `(tramp)File name Syntax' in the Tramp Info
1433manual, for more about this. 1433manual, for more about this.
1434 1434
1435Interactively, or if WILDCARDS is non-nil in a call from Lisp, 1435Interactively, or if WILDCARDS is non-nil in a call from Lisp,