diff options
| author | Paul Eggert | 2011-12-14 23:24:10 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-14 23:24:10 -0800 |
| commit | bbd240ceeefcf4181aa9205f4e743b32b5c68e1f (patch) | |
| tree | 957397737a8b0e76a40dfe79f191945e9f5aa09b /lisp/filesets.el | |
| parent | 100d5755ed82e6c47833a3559fb0a154381d5afd (diff) | |
| download | emacs-bbd240ceeefcf4181aa9205f4e743b32b5c68e1f.tar.gz emacs-bbd240ceeefcf4181aa9205f4e743b32b5c68e1f.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/filesets.el')
| -rw-r--r-- | lisp/filesets.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el index 680a107adfe..0f6c6e8dd78 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el | |||
| @@ -453,7 +453,7 @@ will not be rewrapped if their length exceeds this value." | |||
| 453 | :group 'filesets) | 453 | :group 'filesets) |
| 454 | 454 | ||
| 455 | (defcustom filesets-max-entry-length 50 | 455 | (defcustom filesets-max-entry-length 50 |
| 456 | "Truncate names of splitted submenus to this length." | 456 | "Truncate names of split submenus to this length." |
| 457 | :set (function filesets-set-default) | 457 | :set (function filesets-set-default) |
| 458 | :type 'integer | 458 | :type 'integer |
| 459 | :group 'filesets) | 459 | :group 'filesets) |