diff options
| author | Chong Yidong | 2012-04-09 21:05:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-09 21:05:48 +0800 |
| commit | fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch) | |
| tree | eba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/progmodes/sh-script.el | |
| parent | a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff) | |
| download | emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip | |
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'lisp/progmodes/sh-script.el')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 48b19524b8c..f60ce185bc7 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -1410,7 +1410,7 @@ This list is used when switching between buffer-local and global | |||
| 1410 | values of variables, and for the commands using indentation styles.") | 1410 | values of variables, and for the commands using indentation styles.") |
| 1411 | 1411 | ||
| 1412 | (defvar sh-make-vars-local t | 1412 | (defvar sh-make-vars-local t |
| 1413 | "*Controls whether indentation variables are local to the buffer. | 1413 | "Controls whether indentation variables are local to the buffer. |
| 1414 | If non-nil, indentation variables are made local initially. | 1414 | If non-nil, indentation variables are made local initially. |
| 1415 | If nil, you can later make the variables local by invoking | 1415 | If nil, you can later make the variables local by invoking |
| 1416 | command `sh-make-vars-local'. | 1416 | command `sh-make-vars-local'. |
| @@ -1876,7 +1876,7 @@ region, clear header." | |||
| 1876 | 1876 | ||
| 1877 | ;; Indentation stuff. | 1877 | ;; Indentation stuff. |
| 1878 | (defun sh-must-support-indent () | 1878 | (defun sh-must-support-indent () |
| 1879 | "*Signal an error if the shell type for this buffer is not supported. | 1879 | "Signal an error if the shell type for this buffer is not supported. |
| 1880 | Also, the buffer must be in Shell-script mode." | 1880 | Also, the buffer must be in Shell-script mode." |
| 1881 | (unless sh-indent-supported-here | 1881 | (unless sh-indent-supported-here |
| 1882 | (error "This buffer's shell does not support indentation through Emacs"))) | 1882 | (error "This buffer's shell does not support indentation through Emacs"))) |
| @@ -2885,7 +2885,7 @@ so that `occur-next' and `occur-prev' will work." | |||
| 2885 | 2885 | ||
| 2886 | ;; Is this really worth having? | 2886 | ;; Is this really worth having? |
| 2887 | (defvar sh-learned-buffer-hook nil | 2887 | (defvar sh-learned-buffer-hook nil |
| 2888 | "*An abnormal hook, called with an alist of learned variables.") | 2888 | "An abnormal hook, called with an alist of learned variables.") |
| 2889 | ;; Example of how to use sh-learned-buffer-hook | 2889 | ;; Example of how to use sh-learned-buffer-hook |
| 2890 | ;; | 2890 | ;; |
| 2891 | ;; (defun what-i-learned (list) | 2891 | ;; (defun what-i-learned (list) |