emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp.el
Date: Sun, 06 Feb 2005 05:40:20 -0500

Index: emacs/lisp/emacs-lisp/lisp.el
diff -c emacs/lisp/emacs-lisp/lisp.el:1.62 emacs/lisp/emacs-lisp/lisp.el:1.63
*** emacs/lisp/emacs-lisp/lisp.el:1.62  Mon Jan 17 23:48:10 2005
--- emacs/lisp/emacs-lisp/lisp.el       Sun Feb  6 10:40:20 2005
***************
*** 233,238 ****
--- 233,241 ----
  normal method is not appropriate.")
  
  (defun buffer-end (arg)
+   "Return the \"far end\" position of the buffer, moving in direction ARG.
+ If ARG is positive, that's the end of the buffer.
+ Otherwise, that's the beginning of the buffer."
    (if (> arg 0) (point-max) (point-min)))
  
  (defun end-of-defun (&optional arg)




reply via email to

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