diff options
| author | Glenn Morris | 2014-06-08 00:41:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-08 00:41:27 -0700 |
| commit | 99d8aedf0d6ab3fff025f72daf1f9bd28b07a8d2 (patch) | |
| tree | 98f15969887d9453ae88fd66eb4d1d1fa3eafa01 /doc/misc | |
| parent | b6542afeae56abe6b20019df63b76539728fca54 (diff) | |
| download | emacs-99d8aedf0d6ab3fff025f72daf1f9bd28b07a8d2.tar.gz emacs-99d8aedf0d6ab3fff025f72daf1f9bd28b07a8d2.zip | |
Doc edits re uniquify
* doc/emacs/buffers.texi (Uniquify): Copyedits.
* doc/emacs/files.texi (Visiting): Update for uniquify changes.
* doc/lispref/files.texi (Subroutines of Visiting): Mention uniquify.
* doc/misc/vip.texi (Files): Defer to Emacs manual for uniquify details.
* lisp/bookmark.el (bookmark-load): Doc fix.
* lisp/uniquify.el (uniquify-buffer-name-style): Doc fix.
* lisp/files.el: Comment.
* etc/NEWS: Related edit.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/vip.texi | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 6ddf4266db8..8e9eb83ca03 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2014-06-08 Glenn Morris <rgm@gnu.org> | 1 | 2014-06-08 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * vip.texi (Files): Defer to Emacs manual for uniquify details. | ||
| 4 | |||
| 3 | * info.texi (Help-Small-Screen): Clarify details of S-SPC. | 5 | * info.texi (Help-Small-Screen): Clarify details of S-SPC. |
| 4 | (Help-Small-Screen, Help-]): Do not mention S-SPC. | 6 | (Help-Small-Screen, Help-]): Do not mention S-SPC. |
| 5 | (Emacs Info Variables): Markup fix. | 7 | (Emacs Info Variables): Markup fix. |
diff --git a/doc/misc/vip.texi b/doc/misc/vip.texi index 193d50f3a46..e11a5eb4c8b 100644 --- a/doc/misc/vip.texi +++ b/doc/misc/vip.texi | |||
| @@ -895,9 +895,9 @@ just type @samp{vip.el} followed by @key{RET}. If the file @file{vip.el} | |||
| 895 | already exists in the directory, Emacs will visit that file, and if not, | 895 | already exists in the directory, Emacs will visit that file, and if not, |
| 896 | the file will be created. Emacs will use the file name (@file{vip.el}, in | 896 | the file will be created. Emacs will use the file name (@file{vip.el}, in |
| 897 | this case) as the name of the buffer visiting the file. In order to make | 897 | this case) as the name of the buffer visiting the file. In order to make |
| 898 | the buffer name unique, Emacs may append @samp{<2>}, @samp{<3>} etc., to | 898 | the buffer name unique, Emacs may add a suffix (@pxref{Uniquify,,, |
| 899 | the buffer name. As the @dfn{file name completion} is provided here, you | 899 | emacs, The GNU Emacs Manual}). As @dfn{file name completion} is provided here, you |
| 900 | can sometime save typing. For instance, suppose there is only one file in the | 900 | can sometimes save typing. For instance, suppose there is only one file in the |
| 901 | default directory whose name starts with @samp{v}, that is @samp{vip.el}. | 901 | default directory whose name starts with @samp{v}, that is @samp{vip.el}. |
| 902 | Then if you just type @kbd{v @key{TAB}} then it will be completed to | 902 | Then if you just type @kbd{v @key{TAB}} then it will be completed to |
| 903 | @samp{vip.el}. Thus, in this case, you just have to type @kbd{v v @key{TAB} | 903 | @samp{vip.el}. Thus, in this case, you just have to type @kbd{v v @key{TAB} |