diff options
author | Chong Yidong <cyd@gnu.org> | 2012-04-09 21:05:48 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-04-09 21:05:48 +0800 |
commit | fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch) | |
tree | eba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/msb.el | |
parent | a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff) | |
download | emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.bz2 emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip |
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'lisp/msb.el')
-rw-r--r-- | lisp/msb.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/msb.el b/lisp/msb.el index 2c759b1c89d..760ff61a876 100644 --- a/lisp/msb.el +++ b/lisp/msb.el @@ -271,7 +271,7 @@ that differs by this value or more." :group 'msb) (defvar msb-files-by-directory-sort-key 0 - "*The sort key for files sorted by directory.") + "The sort key for files sorted by directory.") (defcustom msb-max-menu-items 15 "The maximum number of items in a menu. @@ -316,7 +316,7 @@ No buffers at all if less than 1 or nil (or any non-number)." :group 'msb) (defvar msb-horizontal-shift-function (lambda () 0) - "*Function that specifies how many pixels to shift the top menu leftwards.") + "Function that specifies how many pixels to shift the top menu leftwards.") (defcustom msb-display-invisible-buffers-p nil "Show invisible buffers or not. @@ -327,7 +327,7 @@ names that starts with a space character." :group 'msb) (defvar msb-item-handling-function 'msb-item-handler - "*The appearance of a buffer menu. + "The appearance of a buffer menu. The default function to call for handling the appearance of a menu item. It should take two arguments, BUFFER and MAX-BUFFER-NAME-LENGTH, |