diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-02-12 09:36:54 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-02-12 09:36:54 -0800 |
commit | 65e7ca35a69003788134f8c961f561fe6f7a9720 (patch) | |
tree | 513f7b57162f68f51c4d12c6ef077a55dd5d4e20 /lisp/org | |
parent | 85adc63f8157bf90ee5a3b9dff94bea4c6f538eb (diff) | |
download | emacs-65e7ca35a69003788134f8c961f561fe6f7a9720.tar.gz |
In doc, use standard American English style for e.g., etc., i.e.
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/org-element.el | 2 | ||||
-rw-r--r-- | lisp/org/org.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-element.el b/lisp/org/org-element.el index 6a0b8eee45c..5be14771961 100644 --- a/lisp/org/org-element.el +++ b/lisp/org/org-element.el @@ -3668,7 +3668,7 @@ containing the secondary string. It is used to set correctly (defun org-element-map (data types fun &optional info first-match no-recursion) "Map a function on selected elements or objects. -DATA is an Org buffer parse tree, as returned by, i.e, +DATA is an Org buffer parse tree, as returned by, i.e., `org-element-parse-buffer'. TYPES is a symbol or list of symbols of elements or objects types (see `org-element-all-elements' and `org-element-all-objects' for a complete list of types). FUN is diff --git a/lisp/org/org.el b/lisp/org/org.el index bba52a8b63a..ede633a0a93 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -928,7 +928,7 @@ nil, don't do anything special at the beginning of the buffer." (defcustom org-cycle-level-after-item/entry-creation t "Non-nil means cycle entry level or item indentation in new empty entries. -When the cursor is at the end of an empty headline, i.e with only stars +When the cursor is at the end of an empty headline, i.e., with only stars and maybe a TODO keyword, TAB will then switch the entry to become a child, and then all possible ancestor states, before returning to the original state. This makes data entry extremely fast: M-RET to create a new headline, |