emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sat, 19 Mar 2005 09:24:39 -0500

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.701 emacs/lisp/simple.el:1.702
*** emacs/lisp/simple.el:1.701  Thu Mar 17 15:33:56 2005
--- emacs/lisp/simple.el        Sat Mar 19 14:24:38 2005
***************
*** 735,743 ****
  
  (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.
  
  If there's a number in the buffer at point, it is the default for ARG."
    (interactive
--- 735,744 ----
  
  (defun goto-line (arg &optional buffer)
    "Goto line ARG, counting from line 1 at beginning of buffer.
! 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




reply via email to

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