(blackbox-mode, blackbox): Doc fix.
This commit is contained in:
parent
132c0cc0ce
commit
6d8b258ab9
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
|||
2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* play/blackbox.el (blackbox-mode, blackbox): Doc fix.
|
||||
|
||||
* play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc
|
||||
fixes.
|
||||
|
||||
|
|
|
@ -93,8 +93,8 @@
|
|||
(put 'blackbox-mode 'mode-class 'special)
|
||||
|
||||
(defun blackbox-mode ()
|
||||
"Major mode for playing blackbox. To learn how to play blackbox,
|
||||
see the documentation for function `blackbox'.
|
||||
"Major mode for playing blackbox.
|
||||
To learn how to play blackbox, see the documentation for function `blackbox'.
|
||||
|
||||
The usual mnemonic keys move the cursor around the box.
|
||||
\\<blackbox-mode-map>\\[bb-bol] and \\[bb-eol] move to the beginning and end of line, respectively.
|
||||
|
@ -111,8 +111,8 @@ The usual mnemonic keys move the cursor around the box.
|
|||
|
||||
;;;###autoload
|
||||
(defun blackbox (num)
|
||||
"Play blackbox. Optional prefix argument is the number of balls;
|
||||
the default is 4.
|
||||
"Play blackbox.
|
||||
Optional prefix argument is the number of balls; the default is 4.
|
||||
|
||||
What is blackbox?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue