emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99950: align.el: Doc fixes.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99950: align.el: Doc fixes.
Date: Fri, 30 Jul 2010 02:50:13 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99950
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-07-30 02:50:13 +0200
message:
  align.el: Doc fixes.
modified:
  lisp/ChangeLog
  lisp/align.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-07-23 01:51:48 +0000
+++ b/lisp/ChangeLog    2010-07-30 00:50:13 +0000
@@ -1,3 +1,8 @@
+2010-07-30  Juanma Barranquero  <address@hidden>
+
+       * align.el (align-default-spacing): Doc fix.
+       (align-region-heuristic, align-regexp): Fix typos in docstrings.
+
 2010-07-23  Juanma Barranquero  <address@hidden>
 
        * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).

=== modified file 'lisp/align.el'
--- a/lisp/align.el     2010-01-13 08:35:10 +0000
+++ b/lisp/align.el     2010-07-30 00:50:13 +0000
@@ -140,8 +140,8 @@
   "An integer that represents the default amount of padding to use.
 If `align-to-tab-stop' is non-nil, this will represent the number of
 tab stops to use for alignment, rather than the number of spaces.
-Each alignment rule can optionally override both this variable.  See
-`align-mode-alist'."
+Each alignment rule can optionally override both this variable and
+`align-to-tab-stop'.  See `align-rules-list'."
   :type 'integer
   :group 'align)
 
@@ -157,8 +157,8 @@
 sections (whenever `align-region-separate' is non-nil, and not a
 string), this heuristic is used to determine how far before and after
 point we should search in looking for a region separator.  Larger
-values can mean slower perform in large files, although smaller values
-may cause unexpected behavior at times."
+values can mean slower performance in large files, although smaller
+values may cause unexpected behavior at times."
   :type 'integer
   :group 'align)
 
@@ -926,7 +926,7 @@
     Joe (123) 456-7890
 
 There is no predefined rule to handle this, but you could easily do it
-using a REGEXP like \"(\". All you would have to do is to mark the
+using a REGEXP like \"(\".  All you would have to do is to mark the
 region, call `align-regexp' and type in that regular expression."
   (interactive
    (append


reply via email to

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