/[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.19 by rms, Tue Aug 9 11:24:48 2005 UTC revision 1.20 by eliz, Sat Dec 10 12:35:04 2005 UTC
# Line 931  using a REGEXP like \"(\". All you would Line 931  using a REGEXP like \"(\". All you would
931  region, call `align-regexp' and type in that regular expression."  region, call `align-regexp' and type in that regular expression."
932    (interactive    (interactive
933     (append     (append
934      (list (min (point) (mark))      (list (region-beginning) (region-end))
           (max (point) (mark)))  
935      (if current-prefix-arg      (if current-prefix-arg
936          (list (read-string "Complex align using regexp: "          (list (read-string "Complex align using regexp: "
937                             "\\(\\s-*\\)")                             "\\(\\s-*\\)")
# Line 988  list of rules (see `align-rules-list'), Line 987  list of rules (see `align-rules-list'),
987  default alignment rules that would have been used to identify the text  default alignment rules that would have been used to identify the text
988  to be colored."  to be colored."
989    (interactive    (interactive
990     (list (min (mark) (point))     (list (region-beginning) (region-end)
          (max (mark) (point))  
991           (completing-read           (completing-read
992            "Title of rule to highlight: "            "Title of rule to highlight: "
993            (mapcar            (mapcar

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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