summaryrefslogtreecommitdiff
path: root/lisp/play
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-10-25 00:46:25 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-10-25 00:46:25 +0000
commitea6c930a8dd83a4e7d7a640c02e8a791458178c0 (patch)
tree4e9593e3fb14876a5de7c3e3e3ff6efb11c6a2f2 /lisp/play
parentba28670836a63cf39032990e8a7f17147e9b3f30 (diff)
downloademacs-ea6c930a8dd83a4e7d7a640c02e8a791458178c0.tar.gz
* completion.el (add-completion-to-head, add-completion): Doc fixes.
(completion-search-next, add-completions-from-file): Fix typos in docstrings. * filesets.el (filesets-menu-ensure-use-cached) (filesets-ingroup-patterns, filesets-filetype-property): * tutorial.el (get-lang-string): * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score): Fix typos in docstrings. * image-dired.el (image-dired-dired-after-readin-hook): Doc fix. (image-dired-line-up-method, image-dired-thumb-size) (image-dired-cmd-write-exif-data-options, image-dired-write-tags) (image-dired-track-original-file, image-dired-track-thumbnail) (image-dired-dired-next-line, image-dired-dired-previous-line) (image-dired-write-comments): Reflow docstrings. (image-dired-show-all-from-dir-max-files) (image-dired-format-properties-string, image-dired-create-thumbs) (image-dired-mark-tagged-files, image-dired-gallery-generate): Fix typos in docstrings. * savehist.el (savehist-save-minibuffer-history, savehist-file) (savehist-additional-variables, savehist-ignored-variables) (savehist-file-modes, savehist-autosave-interval): * startup.el (inhibit-startup-echo-area-message, inhibit-default-init) (inhibit-startup-buffer-menu, mail-host-address, user-mail-address) (fancy-splash-image): * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief) (thumbs-conversion-program, thumbs-margin): Remove spurious * in docstrings.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/gamegrid.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el
index 824e55043ec..024b076b5f7 100644
--- a/lisp/play/gamegrid.el
+++ b/lisp/play/gamegrid.el
@@ -62,7 +62,7 @@
(defvar gamegrid-buffer-start 1)
(defvar gamegrid-score-file-length 50
- "Number of high scores to keep")
+ "Number of high scores to keep.")
(defvar gamegrid-user-score-file-directory
(locate-user-emacs-file "games/")
@@ -438,19 +438,19 @@ static unsigned char gamegrid_bits[] = {
"Add the current score to the high score file.
On POSIX systems there may be a shared game directory for all users in
-which the scorefiles are kept. On such systems Emacs doesn't create
-the score file FILE in this directory, if it doesn't already exist. In
-this case Emacs searches for FILE in the directory specified by
+which the scorefiles are kept. On such systems Emacs doesn't create
+the score file FILE in this directory, if it doesn't already exist.
+In this case Emacs searches for FILE in the directory specified by
`gamegrid-user-score-file-directory' and creates it there, if
necessary.
To add the score file for a game to the system wide shared game
directory, create the file with the shell command \"touch\" in this
directory and make sure that it is owned by the correct user and
-group. You probably need special user privileges to do this.
+group. You probably need special user privileges to do this.
On non-POSIX systems Emacs searches for FILE in the directory
-specified by the variable `temporary-file-directory'. If necessary,
+specified by the variable `temporary-file-directory'. If necessary,
FILE is created there."
(case system-type
((ms-dos windows-nt)