emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A small typo in customize group doc


From: Teemu Likonen
Subject: A small typo in customize group doc
Date: Sun, 28 Feb 2010 21:41:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

There is a small typo in the document string of customize group
"sh-indentation":

--8<---------------cut here---------------start------------->8---
diff --git i/lisp/progmodes/sh-script.el w/lisp/progmodes/sh-script.el
index ca0971b..610fa14 100644
--- i/lisp/progmodes/sh-script.el
+++ w/lisp/progmodes/sh-script.el
@@ -1185,9 +1185,9 @@ subshells can nest."
 (defgroup sh-indentation nil
   "Variables controlling indentation in shell scripts.
 
 Note: customizing these variables will not affect existing buffers if
-`sh-make-vars-local' is no-nil.  See the documentation for
+`sh-make-vars-local' is non-nil.  See the documentation for
 variable `sh-make-vars-local', command `sh-make-vars-local'
 and command `sh-reset-indent-vars-to-global-values'."
   :group 'sh-script)
 
--8<---------------cut here---------------end--------------->8---




reply via email to

[Prev in Thread] Current Thread [Next in Thread]