From: Eli Zaretskii Date: Sat, 19 Mar 2005 14:25:29 +0000 (+0000) Subject: (goto-line): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~1691 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09ad1a5b6438acd1606a9e943a51b26f8e28f945;p=emacs.git (goto-line): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b341d87acdd..41e7b1acf4d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-03-19 Matt Hodges + + * simple.el (goto-line): Doc fix. + 2005-03-19 Aaron Hawley (tiny change) * files.el (save-buffer): Doc fix. diff --git a/lisp/simple.el b/lisp/simple.el index 1a76c1a852e..aa0724e87d8 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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