]> git.eshelyaron.com Git - emacs.git/commitdiff
* lispintro/emacs-lisp-intro.texi (beginning-of-buffer complete):
authorGlenn Morris <rgm@gnu.org>
Sun, 1 Sep 2013 01:23:06 +0000 (18:23 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 1 Sep 2013 01:23:06 +0000 (18:23 -0700)
Put back a version of the removed paragraph about raw prefix arg.

doc/lispintro/ChangeLog
doc/lispintro/emacs-lisp-intro.texi

index 7c2cf7c1e07abcc8afd5f3af3aa46df9c64f896c..ec082eecb528fe093493925b1c14c98533b521cb 100644 (file)
@@ -1,3 +1,8 @@
+2013-09-01  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (beginning-of-buffer complete):
+       Put back a version of the removed paragraph about raw prefix arg.
+
 2013-09-01  Dani Moncayo  <dmoncayo@gmail.com>
 
        * emacs-lisp-intro.texi (beginning-of-buffer complete):
index b3087a276a80861388358f44f42e83d4cd6a398f..84c9d9054878ee28cf451fc3ce2e1be725de4315 100644 (file)
@@ -6399,7 +6399,10 @@ appropriate tenths position in the buffer.  This is a flourish that
 means that the cursor is always located @emph{at least} the requested
 tenths of the way through the buffer, which is a nicety that is,
 perhaps, not necessary, but which, if it did not occur, would be sure
-to draw complaints.
+to draw complaints.  (The @code{(not (consp arg))} portion is so that
+if you specify the command with a @kbd{C-u}, but without a number,
+that is to say, if the `raw prefix argument' is simply a cons cell,
+the command does not put you at the beginning of the second line.)
 
 @node Second Buffer Related Review
 @section Review