diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-19 07:46:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-19 07:46:13 -0700 |
commit | 0a20c80c9cee34a71b975bb37ac811bd339eaf9f (patch) | |
tree | 5dc019993c292129df8916c61ed608f0094b7b37 /lisp/help.el | |
parent | ec8df74431a76616a83806e1c1f4a094731a3f77 (diff) | |
parent | 06b605171f1c9d8b42bd3326a243b8b03d2e4e58 (diff) | |
download | emacs-0a20c80c9cee34a71b975bb37ac811bd339eaf9f.tar.gz emacs-0a20c80c9cee34a71b975bb37ac811bd339eaf9f.tar.bz2 emacs-0a20c80c9cee34a71b975bb37ac811bd339eaf9f.zip |
Merge from mainline.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index b7f46a02155..3a943274a14 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -415,7 +415,7 @@ With argument, display info only for the selected version." (beginning-of-line) (point))))))) -(defun view-emacs-todo (&optional arg) +(defun view-emacs-todo (&optional _arg) "Display the Emacs TODO list." (interactive "P") (view-help-file "TODO")) |