diff options
| author | Juanma Barranquero | 2010-01-14 19:59:31 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-14 19:59:31 +0100 |
| commit | d1f18ec0920105223d2aecfd838f8b19921e6340 (patch) | |
| tree | f98090d895340248c119119406b69974d19cf499 /lisp/progmodes | |
| parent | 80cd4bb402cd55d9a7efcdf7a77e83cf1118eb61 (diff) | |
| download | emacs-d1f18ec0920105223d2aecfd838f8b19921e6340.tar.gz emacs-d1f18ec0920105223d2aecfd838f8b19921e6340.zip | |
Fix typos in docstrings.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/ada-stmt.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/gdb-ui.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el index 91058890d46..103bc093bdb 100644 --- a/lisp/progmodes/ada-stmt.el +++ b/lisp/progmodes/ada-stmt.el | |||
| @@ -187,7 +187,7 @@ Indent for the first line of code." | |||
| 187 | 187 | ||
| 188 | 188 | ||
| 189 | (define-skeleton ada-if | 189 | (define-skeleton ada-if |
| 190 | "Insert skeleton if statment, prompting for a boolean-expression." | 190 | "Insert skeleton if statement, prompting for a boolean-expression." |
| 191 | "[condition]: " | 191 | "[condition]: " |
| 192 | "if " str " then" \n | 192 | "if " str " then" \n |
| 193 | > _ \n | 193 | > _ \n |
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 9b1f1066d28..4be5cc4511e 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el | |||
| @@ -1814,7 +1814,7 @@ happens to be appropriate." | |||
| 1814 | Field names are wrapped in double quotes and equal signs are | 1814 | Field names are wrapped in double quotes and equal signs are |
| 1815 | replaced with semicolons. | 1815 | replaced with semicolons. |
| 1816 | 1816 | ||
| 1817 | If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurences from | 1817 | If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurrences from |
| 1818 | partial output. This is used to get rid of useless keys in lists | 1818 | partial output. This is used to get rid of useless keys in lists |
| 1819 | in MI messages, e.g.: [key=.., key=..]. -stack-list-frames and | 1819 | in MI messages, e.g.: [key=.., key=..]. -stack-list-frames and |
| 1820 | -break-info are examples of MI commands which issue such | 1820 | -break-info are examples of MI commands which issue such |