mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/files.el (find-file): Doc fix: update info node name.
This commit is contained in:
parent
ba1a5c78f2
commit
776aa43207
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2014-03-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue