* lisp/progmodes/cperl-mode.el (cperl-set-style): Fix docstring.
This commit is contained in:
parent
1283d3a5b2
commit
013ac76b89
1 changed files with 2 additions and 1 deletions
|
@ -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'.
|
||||
|
|
Loading…
Add table
Reference in a new issue