diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-18 18:43:00 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-18 18:43:44 -0700 |
commit | 6f1dea5c74057707bf367f863a8be5750bbb6094 (patch) | |
tree | 5dc940394adf43f12da44de7047e8a0a55087012 /lib-src | |
parent | b8433b0954b26d4620a3154be025fb8a49a73954 (diff) | |
download | emacs-6f1dea5c74057707bf367f863a8be5750bbb6094.tar.gz |
Spelling fixes
* lisp/cedet/semantic/analyze/refs.el:
(semantic-analyze-proto-impl-toggle): Fix recently-introduced
misspelling of pop-to-buffer-same-window.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1 index 4b5422e712c..5a370035d70 100644 --- a/lib-src/ChangeLog.1 +++ b/lib-src/ChangeLog.1 @@ -5643,7 +5643,7 @@ 1998-04-06 Andreas Schwab <schwab@gnu.org> Silence -Wimplicit: - * movemail.c: Move cancelations up. Include <stdlib.h> if + * movemail.c: Move cancellations up. Include <stdlib.h> if available. * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid. (parse_header): Explicitly declare return type. |