]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/cperl-mode.el (cperl-set-style): Fix docstring.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 18 Sep 2020 09:17:17 +0000 (11:17 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 18 Sep 2020 09:17:17 +0000 (11:17 +0200)
lisp/progmodes/cperl-mode.el

index 8804e83fcedbc0f2ca2cf7a7120e3df4556f37fe..d35eab15a20c7c4caa52536ecdbf8aeba9bb33fa 100644 (file)
@@ -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'.