/[emacs]/emacs/lisp/align.el
ViewVC logotype

Diff of /emacs/lisp/align.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by johnw, Wed May 1 00:54:10 2002 UTC revision 1.10.2.1 by miles, Fri Apr 4 06:20:00 2003 UTC
# Line 579  The possible settings for `align-region- Line 579  The possible settings for `align-region-
579       (run-if   . ,(function       (run-if   . ,(function
580                     (lambda ()                     (lambda ()
581                       (eq '- current-prefix-arg))))))                       (eq '- current-prefix-arg))))))
582    "*An list describing all of the available alignment rules.    "*A list describing all of the available alignment rules.
583  The format is:  The format is:
584    
585     ((TITLE     ((TITLE
# Line 777  The following attributes are meaningful: Line 777  The following attributes are meaningful:
777       (regexp . "^\\s-*#\\s-*\\(if\\w*\\|endif\\)\\(.*\\)$")       (regexp . "^\\s-*#\\s-*\\(if\\w*\\|endif\\)\\(.*\\)$")
778       (group  . 2)       (group  . 2)
779       (modes  . align-c++-modes)))       (modes  . align-c++-modes)))
780    "*An list describing text that should be excluded from alignment.    "*A list describing text that should be excluded from alignment.
781  See the documentation for `align-rules-list' for more info."  See the documentation for `align-rules-list' for more info."
782    :type align-exclude-rules-list-type    :type align-exclude-rules-list-type
783    :group 'align)    :group 'align)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26