emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114084: * lispintro/emacs-lisp-intro.texi (beginnin


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114084: * lispintro/emacs-lisp-intro.texi (beginning-of-buffer complete):
Date: Sun, 01 Sep 2013 01:23:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114084
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-08-31 18:23:06 -0700
message:
  * lispintro/emacs-lisp-intro.texi (beginning-of-buffer complete):
  Put back a version of the removed paragraph about raw prefix arg.
modified:
  doc/lispintro/ChangeLog        changelog-20091113204419-o5vbwnq5f7feedwu-6128
  doc/lispintro/emacs-lisp-intro.texi 
emacslispintro.texi-20091113204419-o5vbwnq5f7feedwu-6143
=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2013-09-01 01:18:41 +0000
+++ b/doc/lispintro/ChangeLog   2013-09-01 01:23:06 +0000
@@ -1,3 +1,8 @@
+2013-09-01  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>
 
        * emacs-lisp-intro.texi (beginning-of-buffer complete):

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2013-09-01 01:18:41 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2013-09-01 01:23:06 +0000
@@ -6399,7 +6399,10 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]