diff options
| author | Paul Eggert | 2017-10-18 18:43:00 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-18 18:43:44 -0700 |
| commit | 6f1dea5c74057707bf367f863a8be5750bbb6094 (patch) | |
| tree | 5dc940394adf43f12da44de7047e8a0a55087012 /msdos | |
| parent | b8433b0954b26d4620a3154be025fb8a49a73954 (diff) | |
| download | emacs-6f1dea5c74057707bf367f863a8be5750bbb6094.tar.gz emacs-6f1dea5c74057707bf367f863a8be5750bbb6094.zip | |
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 'msdos')
| -rw-r--r-- | msdos/sedlibmk.inp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sedlibmk.inp b/msdos/sedlibmk.inp index 30776b46d7e..27072e25a6c 100644 --- a/msdos/sedlibmk.inp +++ b/msdos/sedlibmk.inp | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | # ifneq (,$(GL_GENERATE_xxxx_H)) | 45 | # ifneq (,$(GL_GENERATE_xxxx_H)) |
| 46 | # Depending on whether DJGPP uses the corresponding header, these | 46 | # Depending on whether DJGPP uses the corresponding header, these |
| 47 | # should be edited either to 1 (thus exposing the recipe) or | 47 | # should be edited either to 1 (thus exposing the recipe) or |
| 48 | # to notyhing, which makes Make bypass the recipe away. Example: | 48 | # to nothing, which makes Make bypass the recipe away. Example: |
| 49 | # | 49 | # |
| 50 | # s/^@GL_GENERATE_STDBOOL_H@/1/ | 50 | # s/^@GL_GENERATE_STDBOOL_H@/1/ |
| 51 | # s/^@GL_GENERATE_STDINT_H@// | 51 | # s/^@GL_GENERATE_STDINT_H@// |