]> git.eshelyaron.com Git - emacs.git/commitdiff
(goto-line): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 19 Mar 2005 14:25:29 +0000 (14:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 19 Mar 2005 14:25:29 +0000 (14:25 +0000)
lisp/ChangeLog
lisp/simple.el

index b341d87acdda384188351e4994c0d20cea51c54e..41e7b1acf4d987486f57894dc5ac72b8d54ee682 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
+
+       * simple.el (goto-line): Doc fix.
+
 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
 
        * files.el (save-buffer): Doc fix.
index 1a76c1a852e16bf2d7b549bf91973e0af97bb8f0..aa0724e87d8f4acd088200ddb2cfd2d71ffe3a36 100644 (file)
@@ -735,9 +735,10 @@ that uses or sets the mark."
 
 (defun goto-line (arg &optional buffer)
   "Goto line ARG, counting from line 1 at beginning of buffer.
-Normally, move point in the curren buffer.
-With just C-u as argument, move point in the most recently displayed
-other buffer, and switch to it.
+Normally, move point in the current buffer.
+With just \\[universal-argument] as argument, move point in the most recently
+displayed other buffer, and switch to it.  When called from Lisp code,
+the optional argument BUFFER specifies a buffer to switch to.
 
 If there's a number in the buffer at point, it is the default for ARG."
   (interactive