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-mode.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el
Date: Tue, 01 Feb 2005 10:01:00 -0500

Index: emacs/lisp/emacs-lisp/lisp-mode.el
diff -c emacs/lisp/emacs-lisp/lisp-mode.el:1.169 
emacs/lisp/emacs-lisp/lisp-mode.el:1.170
*** emacs/lisp/emacs-lisp/lisp-mode.el:1.169    Fri Jan 28 16:27:13 2005
--- emacs/lisp/emacs-lisp/lisp-mode.el  Tue Feb  1 15:00:59 2005
***************
*** 881,888 ****
  that specifies how to do the indentation.  The property value can be
  * `defun', meaning indent `defun'-style;
  * an integer N, meaning indent the first N arguments specially
! like ordinary function arguments and then indent any further
! aruments like a body;
  * a function to call just as this function was called.
  If that function returns nil, that means it doesn't specify
  the indentation.
--- 881,888 ----
  that specifies how to do the indentation.  The property value can be
  * `defun', meaning indent `defun'-style;
  * an integer N, meaning indent the first N arguments specially
!   like ordinary function arguments and then indent any further
!   arguments like a body;
  * a function to call just as this function was called.
  If that function returns nil, that means it doesn't specify
  the indentation.




reply via email to

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