emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[ELPA-diffs] /srv/bzr/emacs/elpa r265: Fix copyright header and commenta


From: Chong Yidong
Subject: [ELPA-diffs] /srv/bzr/emacs/elpa r265: Fix copyright header and commentary for smart-operator.el
Date: Mon, 08 Oct 2012 11:51:52 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 265
committer: Chong Yidong <address@hidden>
branch nick: elpa
timestamp: Mon 2012-10-08 11:51:52 +0800
message:
  Fix copyright header and commentary for smart-operator.el
modified:
  packages/smart-operator/smart-operator.el
=== modified file 'packages/smart-operator/smart-operator.el'
--- a/packages/smart-operator/smart-operator.el 2012-10-06 17:51:11 +0000
+++ b/packages/smart-operator/smart-operator.el 2012-10-08 03:51:52 +0000
@@ -1,6 +1,6 @@
 ;;; smart-operator.el --- Insert operators with surrounding spaces smartly
 
-;; Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012 William Xu
+;; Copyright (C) 2004, 2005, 2007-2012 Free Software Foundation, Inc.
 
 ;; Author: William Xu <address@hidden>
 ;; Version: 4.0
@@ -23,15 +23,12 @@
 
 ;;; Commentary:
 
-;; This extension tries to insert operators with surrounding spaces smartly.
-;; e.g., `=' becomes ` = ', `+=' becomes ` += '.  This is handy for writing
-;; C-style sources.
-
-;; To use, put this file to your load-path and the following to your
-;; ~/.emacs:
-;;             (require 'smart-operator)
+;; Smart Operator mode is a minor mode which automatically inserts
+;; surrounding spaces around operator symbols.  For example, `='
+;; becomes ` = ', `+=' becomes ` += '.  This is most handy for writing
+;; C-style source code.
 ;;
-;; Then `M-x smart-operator-mode' for toggling this minor mode.
+;; Type `M-x smart-operator-mode' to toggle this minor mode.
 
 ;;; Acknowledgements
 


reply via email to

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