diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/picture.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/tildify.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 191e9f3672b..24a4ac1b033 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | ;;; Code: | 31 | ;;; Code: |
| 32 | 32 | ||
| 33 | (defgroup picture nil | 33 | (defgroup picture nil |
| 34 | "Picture mode --- editing using quarter-plane screen model." | 34 | "Editing text-based pictures (\"ASCII art\")." |
| 35 | :prefix "picture-" | 35 | :prefix "picture-" |
| 36 | :group 'wp) | 36 | :group 'wp) |
| 37 | 37 | ||
diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el index 5552eff7186..583e4a4d35d 100644 --- a/lisp/textmodes/tildify.el +++ b/lisp/textmodes/tildify.el | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | 51 | ||
| 52 | 52 | ||
| 53 | (defgroup tildify nil | 53 | (defgroup tildify nil |
| 54 | "Adding missing hard spaces or other text fragments into texts." | 54 | "Add hard spaces or other text fragments to text buffers." |
| 55 | :version "21.1" | 55 | :version "21.1" |
| 56 | :group 'wp) | 56 | :group 'wp) |
| 57 | 57 | ||