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 r100505: lisp/org/org-table.el: Fi


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100505: lisp/org/org-table.el: Fix typos in docstrings.
Date: Wed, 23 Feb 2011 12:25:29 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100505
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Wed 2011-02-23 12:25:29 +0100
message:
  lisp/org/org-table.el: Fix typos in docstrings.
modified:
  lisp/org/ChangeLog
  lisp/org/org-table.el
=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2011-01-02 23:50:46 +0000
+++ b/lisp/org/ChangeLog        2011-02-23 11:25:29 +0000
@@ -1,3 +1,9 @@
+2011-02-23  Juanma Barranquero  <address@hidden>
+
+       * org-table.el (org-table-current-line-types)
+       (org-table-current-begin-line, org-table-current-begin-pos):
+       Fix typos in docstrings.
+
 2010-10-22  Juanma Barranquero  <address@hidden>
 
        * org-exp.el (org-export-visible): Fix typo in docstring.

=== modified file 'lisp/org/org-table.el'
--- a/lisp/org/org-table.el     2011-01-02 23:50:46 +0000
+++ b/lisp/org/org-table.el     2011-02-23 11:25:29 +0000
@@ -305,11 +305,11 @@
   "Alist with locations of named fields.")
 
 (defvar org-table-current-line-types nil
-  "Table row types, non-nil only for the duration of a comand.")
+  "Table row types, non-nil only for the duration of a command.")
 (defvar org-table-current-begin-line nil
-  "Table begin line, non-nil only for the duration of a comand.")
+  "Table begin line, non-nil only for the duration of a command.")
 (defvar org-table-current-begin-pos nil
-  "Table begin position, non-nil only for the duration of a comand.")
+  "Table begin position, non-nil only for the duration of a command.")
 (defvar org-table-dlines nil
   "Vector of data line line numbers in the current table.")
 (defvar org-table-hlines nil


reply via email to

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