aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2014-06-08 00:41:27 -0700
committerGlenn Morris2014-06-08 00:41:27 -0700
commit99d8aedf0d6ab3fff025f72daf1f9bd28b07a8d2 (patch)
tree98f15969887d9453ae88fd66eb4d1d1fa3eafa01 /doc/misc
parentb6542afeae56abe6b20019df63b76539728fca54 (diff)
downloademacs-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/ChangeLog2
-rw-r--r--doc/misc/vip.texi6
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 @@
12014-06-08 Glenn Morris <rgm@gnu.org> 12014-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}
895already exists in the directory, Emacs will visit that file, and if not, 895already exists in the directory, Emacs will visit that file, and if not,
896the file will be created. Emacs will use the file name (@file{vip.el}, in 896the file will be created. Emacs will use the file name (@file{vip.el}, in
897this case) as the name of the buffer visiting the file. In order to make 897this case) as the name of the buffer visiting the file. In order to make
898the buffer name unique, Emacs may append @samp{<2>}, @samp{<3>} etc., to 898the buffer name unique, Emacs may add a suffix (@pxref{Uniquify,,,
899the buffer name. As the @dfn{file name completion} is provided here, you 899emacs, The GNU Emacs Manual}). As @dfn{file name completion} is provided here, you
900can sometime save typing. For instance, suppose there is only one file in the 900can sometimes save typing. For instance, suppose there is only one file in the
901default directory whose name starts with @samp{v}, that is @samp{vip.el}. 901default directory whose name starts with @samp{v}, that is @samp{vip.el}.
902Then if you just type @kbd{v @key{TAB}} then it will be completed to 902Then 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}