emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 013ac76 1/2: * lisp/progmodes/cperl-mode.el (cperl-set-style): Fi


From: Michael Albinus
Subject: master 013ac76 1/2: * lisp/progmodes/cperl-mode.el (cperl-set-style): Fix docstring.
Date: Fri, 18 Sep 2020 05:17:51 -0400 (EDT)

branch: master
commit 013ac76b89a2e2f8d8240cfd84958109bb25340f
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * lisp/progmodes/cperl-mode.el (cperl-set-style): Fix docstring.
---
 lisp/progmodes/cperl-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index 8804e83..d35eab1 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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]