diff options
| author | Paul Eggert | 2015-02-21 20:00:16 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-02-21 20:01:05 -0800 |
| commit | 14b4e657e2fd647153b336c61a220acedda8454c (patch) | |
| tree | 47791e6fdda122dfa30768827da6151906c2350e /lisp/org | |
| parent | 1cb34285463d2b9050a031a7f9a53d376de5b489 (diff) | |
| download | emacs-14b4e657e2fd647153b336c61a220acedda8454c.tar.gz emacs-14b4e657e2fd647153b336c61a220acedda8454c.zip | |
Spelling fixes
* lisp/cedet/semantic/doc.el (semantic-documentation-comment-preceding-tag):
Rename from semantic-documentation-comment-preceeding-tag. All
uses changed. Leave an obsolete alias behind.
* src/lisp.h (DEFINE_NON_NIL_Q_SYMBOL_MACROS):
Rename from DEFINE_NONNIL_Q_SYMBOL_MACROS. All uses changed.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 081da5db73b..ce39bb7d568 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -852,7 +852,7 @@ | |||
| 852 | in a table.el table last. | 852 | in a table.el table last. |
| 853 | 853 | ||
| 854 | * org.el (org-delete-property): Don't suggest to delete the | 854 | * org.el (org-delete-property): Don't suggest to delete the |
| 855 | CATEGORY property when the category is not explicitely set in the | 855 | CATEGORY property when the category is not explicitly set in the |
| 856 | property drawer. Also enforce matching when completing. | 856 | property drawer. Also enforce matching when completing. |
| 857 | (org-insert-heading): Fix regression: with two universal prefixes, | 857 | (org-insert-heading): Fix regression: with two universal prefixes, |
| 858 | insert heading at the end of the subtree. | 858 | insert heading at the end of the subtree. |