diff options
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} |