emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/align.el
Date: Thu, 17 Oct 2002 12:45:10 -0400

Index: emacs/lisp/align.el
diff -c emacs/lisp/align.el:1.10 emacs/lisp/align.el:1.11
*** emacs/lisp/align.el:1.10    Tue Apr 30 20:54:10 2002
--- emacs/lisp/align.el Thu Oct 17 12:44:45 2002
***************
*** 579,585 ****
       (run-if   . ,(function
                   (lambda ()
                     (eq '- current-prefix-arg))))))
!   "*An list describing all of the available alignment rules.
  The format is:
  
     ((TITLE
--- 579,585 ----
       (run-if   . ,(function
                   (lambda ()
                     (eq '- current-prefix-arg))))))
!   "*A list describing all of the available alignment rules.
  The format is:
  
     ((TITLE
***************
*** 777,783 ****
       (regexp . "^\\s-*#\\s-*\\(if\\w*\\|endif\\)\\(.*\\)$")
       (group  . 2)
       (modes  . align-c++-modes)))
!   "*An list describing text that should be excluded from alignment.
  See the documentation for `align-rules-list' for more info."
    :type align-exclude-rules-list-type
    :group 'align)
--- 777,783 ----
       (regexp . "^\\s-*#\\s-*\\(if\\w*\\|endif\\)\\(.*\\)$")
       (group  . 2)
       (modes  . align-c++-modes)))
!   "*A list describing text that should be excluded from alignment.
  See the documentation for `align-rules-list' for more info."
    :type align-exclude-rules-list-type
    :group 'align)




reply via email to

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