From: Glenn Morris Date: Mon, 10 Mar 2014 18:48:35 +0000 (-0400) Subject: * lisp/files.el (find-file): Doc fix: update info node name. X-Git-Tag: emacs-24.3.90~224 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=776aa432075b3a3d8588f9872a053845ecfaa4e9;p=emacs.git * lisp/files.el (find-file): Doc fix: update info node name. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cbabd6c18bb..e17872e2347 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-03-10 Glenn Morris + * files.el (find-file): Doc fix: update info node name. + * emacs-lisp/advice.el (ad-add-advice, defadvice): Doc fix: remove references to deleted info nodes. 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 like /ssh:SOME_REMOTE_MACHINE:FILE for the file name. You can also visit local files as a different user by specifying /sudo::FILE for the file name. -See the Info node `(tramp)Filename Syntax' in the Tramp Info +See the Info node `(tramp)File name Syntax' in the Tramp Info manual, for more about this. Interactively, or if WILDCARDS is non-nil in a call from Lisp,