]> git.eshelyaron.com Git - emacs.git/commitdiff
Regenerated ldefs-boot.el
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 11 May 2022 14:29:14 +0000 (16:29 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 11 May 2022 14:29:14 +0000 (16:29 +0200)
lisp/ldefs-boot.el

index 8f8795196c4b422b0e30101d8907871ccdb8e473..977b743f3915a7aedec0c297a2e6f88d671aacf6 100644 (file)
@@ -5981,6 +5981,7 @@ If FIX is non-nil, run `copyright-fix-years' instead.
 (put 'cperl-continued-statement-offset 'safe-local-variable 'integerp)
 (put 'cperl-extra-newline-before-brace 'safe-local-variable 'booleanp)
 (put 'cperl-merge-trailing-else 'safe-local-variable 'booleanp)
+(put 'cperl-file-style 'safe-local-variable 'stringp)
 
 (autoload 'cperl-mode "cperl-mode" "\
 Major mode for editing Perl code.
@@ -6132,9 +6133,11 @@ Settings for classic indent-styles: K&R BSD=C++ GNU PBP PerlStyle=Whitesmith
   `cperl-continued-statement-offset'  5   4       2   4   4
 
 CPerl knows several indentation styles, and may bulk set the
-corresponding variables.  Use \\[cperl-set-style] to do this.  Use
-\\[cperl-set-style-back] to restore the memorized preexisting values
-\(both available from menu).  See examples in `cperl-style-examples'.
+corresponding variables.  Use \\[cperl-set-style] to do this or
+set the `cperl-file-style' user option.  Use
+\\[cperl-set-style-back] to restore the memorized preexisting
+values (both available from menu).  See examples in
+`cperl-style-examples'.
 
 Part of the indentation style is how different parts of if/elsif/else
 statements are broken into lines; in CPerl, this is reflected on how