diff options
author | Dani Moncayo <dmoncayo@gmail.com> | 2012-12-08 11:25:28 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-12-08 11:25:28 +0800 |
commit | 6ce49f24590f0dbd9cf127756c6ea57311657cb8 (patch) | |
tree | e373c44a91a45babaf2073a82de0eb739a4b7aaf /doc/emacs/killing.texi | |
parent | 76b92feef1ce7919484065b0ee66e8bb891aff51 (diff) | |
download | emacs-6ce49f24590f0dbd9cf127756c6ea57311657cb8.tar.gz emacs-6ce49f24590f0dbd9cf127756c6ea57311657cb8.tar.bz2 emacs-6ce49f24590f0dbd9cf127756c6ea57311657cb8.zip |
* lisp/simple.el (just-one-space): Doc fix.
* doc/emacs/killing.texi (Deletion): Doc fix.
Fixes: debbugs:12748
Diffstat (limited to 'doc/emacs/killing.texi')
-rw-r--r-- | doc/emacs/killing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index a8d08bd6602..fcd881a6bdc 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -123,7 +123,7 @@ point, regardless of the number of spaces that existed previously (even if there were none before). With a numeric argument @var{n}, it leaves @var{n} spaces before point if @var{n} is positive; if @var{n} is negative, it deletes newlines in addition to spaces and tabs, -leaving a single space before point. +leaving @var{-n} spaces before point. @kbd{C-x C-o} (@code{delete-blank-lines}) deletes all blank lines after the current line. If the current line is blank, it deletes all |