* lisp/progmodes/cc-*.el: Fix up commenting style

* lisp/progmodes/cc-vars.el, lisp/progmodes/cc-styles.el:
* lisp/progmodes/cc-mode.el, lisp/progmodes/cc-menus.el:
* lisp/progmodes/cc-langs.el, lisp/progmodes/cc-guess.el:
* lisp/progmodes/cc-fonts.el, lisp/progmodes/cc-engine.el:
* lisp/progmodes/cc-defs.el, lisp/progmodes/cc-cmds.el:
* lisp/progmodes/cc-bytecomp.el, lisp/progmodes/cc-awk.el:
* lisp/progmodes/cc-align.el, lisp/net/soap-client.el:
Fix up commenting style.
This commit is contained in:
Stefan Monnier 2015-08-21 23:46:21 -04:00
parent c87523bd8d
commit 18371ed2da
14 changed files with 56 additions and 56 deletions

View file

@ -1818,9 +1818,9 @@ operations in a WSDL document."
(provide 'soap-client) (provide 'soap-client)
;;; Local Variables: ;; Local Variables:
;;; eval: (outline-minor-mode 1) ;; eval: (outline-minor-mode 1)
;;; outline-regexp: ";;;;+" ;; outline-regexp: ";;;;+"
;;; End: ;; End:
;;; soap-client.el ends here ;;; soap-client.el ends here

View file

@ -1345,8 +1345,8 @@ For other semicolon contexts, no determination is made."
(cc-provide 'cc-align) (cc-provide 'cc-align)
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; cc-align.el ends here ;;; cc-align.el ends here

View file

@ -1147,8 +1147,8 @@ comment at the start of cc-engine.el for more info."
(cc-provide 'cc-awk) ; Changed from 'awk-mode, ACM 2002/5/21 (cc-provide 'cc-awk) ; Changed from 'awk-mode, ACM 2002/5/21
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; awk-mode.el ends here ;;; awk-mode.el ends here

View file

@ -439,8 +439,8 @@ exclude any functions that have been bound during compilation with
(provide 'cc-bytecomp) (provide 'cc-bytecomp)
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; cc-bytecomp.el ends here ;;; cc-bytecomp.el ends here

View file

@ -4769,8 +4769,8 @@ normally bound to C-o. See `c-context-line-break' for the details."
(cc-provide 'cc-cmds) (cc-provide 'cc-cmds)
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; cc-cmds.el ends here ;;; cc-cmds.el ends here

View file

@ -2497,8 +2497,8 @@ fallback definition for all modes, to break the cycle).")
(cc-provide 'cc-defs) (cc-provide 'cc-defs)
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; cc-defs.el ends here ;;; cc-defs.el ends here

View file

@ -11232,8 +11232,8 @@ Cannot combine absolute offsets %S and %S in `add' method"
(cc-provide 'cc-engine) (cc-provide 'cc-engine)
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; cc-engine.el ends here ;;; cc-engine.el ends here

View file

@ -2704,8 +2704,8 @@ need for `pike-font-lock-extra-types'.")
;; 2006-07-10: awk-font-lock-keywords has been moved back to cc-awk.el. ;; 2006-07-10: awk-font-lock-keywords has been moved back to cc-awk.el.
(cc-provide 'cc-fonts) (cc-provide 'cc-fonts)
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; cc-fonts.el ends here ;;; cc-fonts.el ends here

View file

@ -573,8 +573,8 @@ WITH-NAME is asked to the user."
(cc-provide 'cc-guess) (cc-provide 'cc-guess)
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; cc-guess.el ends here ;;; cc-guess.el ends here

View file

@ -3356,8 +3356,8 @@ evaluated and should not be quoted."
(cc-provide 'cc-langs) (cc-provide 'cc-langs)
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; cc-langs.el ends here ;;; cc-langs.el ends here

View file

@ -521,8 +521,8 @@ Example:
(cc-provide 'cc-menus) (cc-provide 'cc-menus)
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; cc-menus.el ends here ;;; cc-menus.el ends here

View file

@ -1919,8 +1919,8 @@ Key bindings:
(cc-provide 'cc-mode) (cc-provide 'cc-mode)
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; cc-mode.el ends here ;;; cc-mode.el ends here

View file

@ -663,8 +663,8 @@ DEFAULT-STYLE has the same format as `c-default-style'."
(cc-provide 'cc-styles) (cc-provide 'cc-styles)
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; cc-styles.el ends here ;;; cc-styles.el ends here

View file

@ -1772,8 +1772,8 @@ It treats escaped EOLs as whitespace.")
(cc-provide 'cc-vars) (cc-provide 'cc-vars)
;;; Local Variables: ;; Local Variables:
;;; indent-tabs-mode: t ;; indent-tabs-mode: t
;;; tab-width: 8 ;; tab-width: 8
;;; End: ;; End:
;;; cc-vars.el ends here ;;; cc-vars.el ends here