diff options
Diffstat (limited to 'lisp/emacs-lisp')
| -rw-r--r-- | lisp/emacs-lisp/chart.el | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/package.el | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/lisp/emacs-lisp/chart.el b/lisp/emacs-lisp/chart.el index 9ff893b75b6..16c2c347409 100644 --- a/lisp/emacs-lisp/chart.el +++ b/lisp/emacs-lisp/chart.el @@ -35,7 +35,7 @@  ;; anything encapsulated in a nice eieio object.  ;;  ;;   Current example apps for chart can be accessed via these commands: -;; `chart-file-count'     - count files w/ matching extensions +;; `chart-file-count'     - count files with matching extensions  ;; `chart-space-usage'    - display space used by files/directories  ;; `chart-emacs-storage'  - Emacs storage units used/free (garbage-collect)  ;; `chart-emacs-lists'    - length of Emacs lists diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index f10dc915721..a9fd8c741e8 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -3110,7 +3110,7 @@ package PKG-DESC, add one.  The alist is keyed with PKG-DESC."    "If non-nil, include packages that don't have a version in `list-packages'.")  (defvar package-list-unsigned nil -  "If non-nil, mention in the list which packages were installed w/o signature.") +  "If non-nil, mention in the list which packages were installed without signature.")  (defvar package--emacs-version-list (version-to-list emacs-version)    "The value of variable `emacs-version' as a list.") | 
