diff options
| author | Glenn Morris | 2014-03-10 14:48:35 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-03-10 14:48:35 -0400 |
| commit | 776aa432075b3a3d8588f9872a053845ecfaa4e9 (patch) | |
| tree | 363418abbaaa8ceff1cb2e6b92bbe21587726a7a | |
| parent | ba1a5c78f2e3d4b6a9bea5e6bec6f3dbe50bec70 (diff) | |
| download | emacs-776aa432075b3a3d8588f9872a053845ecfaa4e9.tar.gz emacs-776aa432075b3a3d8588f9872a053845ecfaa4e9.zip | |
* lisp/files.el (find-file): Doc fix: update info node name.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/files.el | 2 |
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 @@ | |||
| 1 | 2014-03-10 Glenn Morris <rgm@gnu.org> | 1 | 2014-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 | |||
| 1429 | like /ssh:SOME_REMOTE_MACHINE:FILE for the file name. You can | 1429 | like /ssh:SOME_REMOTE_MACHINE:FILE for the file name. You can |
| 1430 | also visit local files as a different user by specifying | 1430 | also visit local files as a different user by specifying |
| 1431 | /sudo::FILE for the file name. | 1431 | /sudo::FILE for the file name. |
| 1432 | See the Info node `(tramp)Filename Syntax' in the Tramp Info | 1432 | See the Info node `(tramp)File name Syntax' in the Tramp Info |
| 1433 | manual, for more about this. | 1433 | manual, for more about this. |
| 1434 | 1434 | ||
| 1435 | Interactively, or if WILDCARDS is non-nil in a call from Lisp, | 1435 | Interactively, or if WILDCARDS is non-nil in a call from Lisp, |