diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2020-09-18 11:17:17 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2020-09-18 11:17:17 +0200 |
commit | 013ac76b89a2e2f8d8240cfd84958109bb25340f (patch) | |
tree | bc4a396dffc28b04e4340e2afae0c1372eec83d5 /lisp | |
parent | 1283d3a5b297afade98073de4cc4732e904bda59 (diff) | |
download | emacs-013ac76b89a2e2f8d8240cfd84958109bb25340f.tar.gz emacs-013ac76b89a2e2f8d8240cfd84958109bb25340f.tar.bz2 emacs-013ac76b89a2e2f8d8240cfd84958109bb25340f.zip |
* lisp/progmodes/cperl-mode.el (cperl-set-style): Fix docstring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/cperl-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 8804e83fced..d35eab15a20 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -6245,7 +6245,8 @@ See examples in `cperl-style-examples'.") "Set CPerl mode variables to use one of several different indentation styles. The arguments are a string representing the desired style. The list of styles is in `cperl-style-alist', available styles -are CPerl, PBP, PerlStyle, GNU, K&R, BSD, C++ and Whitesmith. +are \"CPerl\", \"PBP\", \"PerlStyle\", \"GNU\", \"K&R\", \"BSD\", \"C++\" +and \"Whitesmith\". The current value of style is memorized (unless there is a memorized data already), may be restored by `cperl-set-style-back'. |