aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
authorJuanma Barranquero2008-10-25 00:46:25 +0000
committerJuanma Barranquero2008-10-25 00:46:25 +0000
commitea6c930a8dd83a4e7d7a640c02e8a791458178c0 (patch)
tree4e9593e3fb14876a5de7c3e3e3ff6efb11c6a2f2 /lisp/tutorial.el
parentba28670836a63cf39032990e8a7f17147e9b3f30 (diff)
downloademacs-ea6c930a8dd83a4e7d7a640c02e8a791458178c0.tar.gz
emacs-ea6c930a8dd83a4e7d7a640c02e8a791458178c0.zip
* 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/tutorial.el')
-rw-r--r--lisp/tutorial.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el
index 456fe5f401e..6ae54f4090c 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -929,7 +929,7 @@ See `get-lang-string' for more information.")
929In certain places Emacs can replace a string shown to the user with 929In certain places Emacs can replace a string shown to the user with
930a language specific string. This function retrieves such strings. 930a language specific string. This function retrieves such strings.
931 931
932LANG is the language specification. It should be one of those 932LANG is the language specification. It should be one of those
933strings that can be returned by `read-language-name'. STRINGID 933strings that can be returned by `read-language-name'. STRINGID
934is a symbol that specifies the string to retrieve. 934is a symbol that specifies the string to retrieve.
935 935