diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-06-30 19:45:56 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-06-30 19:47:29 -0700 |
commit | cc7acdbd0e88d94d3e63d230c17894bb7bd74091 (patch) | |
tree | 3256dba8c661e87ea4b6f002275db5b2f925ae89 /lisp/emacs-lisp | |
parent | 5f004117f5bcab9171eaddb2867393ed69ae49bf (diff) | |
download | emacs-cc7acdbd0e88d94d3e63d230c17894bb7bd74091.tar.gz emacs-cc7acdbd0e88d94d3e63d230c17894bb7bd74091.tar.bz2 emacs-cc7acdbd0e88d94d3e63d230c17894bb7bd74091.zip |
Spelling fixes
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 7894aafe20d..35473334baf 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -2614,7 +2614,7 @@ to their archives." (defcustom package-hidden-regexps nil "List of regexps matching the name of packages to hide. If the name of a package matches any of these regexps it is -omited from the package menu. To toggle this, type \\[package-menu-toggle-hiding]. +omitted from the package menu. To toggle this, type \\[package-menu-toggle-hiding]. Values can be interactively added to this list by typing \\[package-menu-hide-package] on a package" |