diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-21 12:04:57 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-21 12:04:57 -0700 |
commit | 5671dc515946c8a27b09d060bc34345d42a8fa6e (patch) | |
tree | 54668c08879422e9c9d8c8c7a9e612d357971a49 /lisp/align.el | |
parent | 26e91130ed0611a1074d0cac5880c065f9ba69c8 (diff) | |
parent | 1e92a8a3aa7958ba699cd0430be4f23aff6c4c01 (diff) | |
download | emacs-5671dc515946c8a27b09d060bc34345d42a8fa6e.tar.gz emacs-5671dc515946c8a27b09d060bc34345d42a8fa6e.tar.bz2 emacs-5671dc515946c8a27b09d060bc34345d42a8fa6e.zip |
Merge from emacs-24; up to 2014-03-21T08:51:02Z!eliz@gnu.org
Diffstat (limited to 'lisp/align.el')
-rw-r--r-- | lisp/align.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/align.el b/lisp/align.el index 1efc6e6505b..9038adf624c 100644 --- a/lisp/align.el +++ b/lisp/align.el @@ -937,7 +937,7 @@ throughout the line. See `align-rules-list' for more information about these options. The non-interactive form of the previous example would look something like: - \(align-regexp (point-min) (point-max) \"\\\\(\\\\s-*\\\\)(\") + (align-regexp (point-min) (point-max) \"\\\\(\\\\s-*\\\\)(\") This function is a nothing more than a small wrapper that helps you construct a rule to pass to `align-region', which does the real work." |