/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.701 by kfstorm, Thu Mar 17 15:33:56 2005 UTC revision 1.702 by eliz, Sat Mar 19 14:24:38 2005 UTC
# Line 735  that uses or sets the mark." Line 735  that uses or sets the mark."
735    
736  (defun goto-line (arg &optional buffer)  (defun goto-line (arg &optional buffer)
737    "Goto line ARG, counting from line 1 at beginning of buffer.    "Goto line ARG, counting from line 1 at beginning of buffer.
738  Normally, move point in the curren buffer.  Normally, move point in the current buffer.
739  With just C-u as argument, move point in the most recently displayed  With just \\[universal-argument] as argument, move point in the most recently
740  other buffer, and switch to it.  displayed other buffer, and switch to it.  When called from Lisp code,
741    the optional argument BUFFER specifies a buffer to switch to.
742    
743  If there's a number in the buffer at point, it is the default for ARG."  If there's a number in the buffer at point, it is the default for ARG."
744    (interactive    (interactive

Legend:
Removed from v.1.701  
changed lines
  Added in v.1.702

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26