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: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp.el
Date: Wed, 20 Aug 2003 14:48:43 -0400

Index: emacs/lisp/emacs-lisp/lisp.el
diff -c emacs/lisp/emacs-lisp/lisp.el:1.48 emacs/lisp/emacs-lisp/lisp.el:1.49
*** emacs/lisp/emacs-lisp/lisp.el:1.48  Sun May 18 17:51:01 2003
--- emacs/lisp/emacs-lisp/lisp.el       Wed Aug 20 14:48:43 2003
***************
*** 157,164 ****
  if defining `defun-prompt-regexp' is not sufficient to handle the mode's
  needs.
  
! The function should go to the line on which the current defun starts,
! and return non-nil, or should return nil if it can't find the beginning.")
  
  (defun beginning-of-defun (&optional arg)
    "Move backward to the beginning of a defun.
--- 157,165 ----
  if defining `defun-prompt-regexp' is not sufficient to handle the mode's
  needs.
  
! The function (of no args) should go to the line on which the current
! defun starts, and return non-nil, or should return nil if it can't
! find the beginning.")
  
  (defun beginning-of-defun (&optional arg)
    "Move backward to the beginning of a defun.




reply via email to

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