diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-06-19 00:53:51 +0200 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-06-19 00:53:51 +0200 |
commit | d9088290efb49a352c3c23da25a734ed3e269923 (patch) | |
tree | e9c09623885e31c90756c0c74373b2e7886674e7 /doc/emacs | |
parent | 8085d5fcc4240a39458ead26ae2279590bb9f629 (diff) | |
parent | 2317c61868044dc1fea58d9e81f35d354f24fd69 (diff) | |
download | emacs-d9088290efb49a352c3c23da25a734ed3e269923.tar.gz |
Merge from origin/emacs-25
2317c61 Fix last todo-mode change
5d4d8a3 Improve last todo-mode fix
d7084f2 Fix todo-mode use of minibuffer completion keymap (bug#23695).
27dec52 * src/alloc.c (ALIGN): Avoid error on DragonFly BSD. (Bug#23...
f526191 * lisp/emacs-lisp/nadvice.el (advice--make-docstring): Avoid ...
e881070 * lisp/help-fns.el (describe-function-1): Avoid reporting adv...
d308aa1 Minor grammar fix (bug#23746)
20de667 Doc fixes for grammar and typos (bug#23746)
a67a4e5 * doc/lispref/processes.texi (Process Buffers): Minor rewordi...
27f440e Add cross-reference to ELisp manual
10802d8 ; make change-history-commit
4b2d77d * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix (bu...
12e009e Restore initial undo boundary with viper
291fe0a Revert "Fix viper undo breakage from undo-boundary changes"
6921f4a Fix dbus crash on 32-bit Cygwin
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/files.texi | 2 | ||||
-rw-r--r-- | doc/emacs/frames.texi | 2 | ||||
-rw-r--r-- | doc/emacs/misc.texi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index ec227e9c2c9..f195a41d542 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -701,7 +701,7 @@ after it visits the file. (This marks the buffer as modified, and you can undo it.) If the value is @code{visit-save}, Emacs adds such newlines both on visiting and on saving. If the value is @code{nil}, Emacs leaves the end of the file unchanged; any other non-@code{nil} -value means to asks you whether to add a newline. The default is +value means Emacs asks you whether to add a newline. The default is @code{nil}. @vindex mode-require-final-newline diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index a7e709f9221..7e6006262ce 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -1011,7 +1011,7 @@ scroll bar height, change the @code{scroll-bar-height} frame parameter On graphical displays, you can use @dfn{window dividers} in order to separate windows visually. Window dividers are bars that can be dragged -with the mouse, thus allowing to easily resize adjacent windows. +with the mouse, thus allowing you to easily resize adjacent windows. @findex window-divider-mode To toggle the display of window dividers, use the command @kbd{M-x diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index b614ed221a0..94e1f198f2b 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -1923,7 +1923,7 @@ Like @code{lpr-buffer} but print only the current region. @findex lpr-region @vindex lpr-switches @vindex lpr-commands - On most operating system, the above hardcopy commands submit files + On most operating systems, the above hardcopy commands submit files for printing by calling the @command{lpr} program. To change the printer program, customize the variable @code{lpr-command}. To specify extra switches to give the printer program, customize the list |