[logaling-commit] logaling/logalimacs [master] Fix comments

Back to archive index

null+****@clear***** null+****@clear*****
Mon Jul 2 11:22:08 JST 2012


yuta yamada	2012-07-02 11:22:08 +0900 (Mon, 02 Jul 2012)

  New Revision: 0a3e94ec0a26b39e7972b87b5f620bb23fc284e7
  https://github.com/logaling/logalimacs/commit/0a3e94ec0a26b39e7972b87b5f620bb23fc284e7

  Log:
    Fix comments

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+3 -3)
===================================================================
--- logalimacs.el    2012-07-02 11:21:02 +0900 (2d9dbc5)
+++ logalimacs.el    2012-07-02 11:22:08 +0900 (dbd1d29)
@@ -408,7 +408,7 @@ Example:
 
 ;;;###autoload
 (defun loga-lookup-in-popup ()
-  "Display the output of loga-lookup at tooltip, note require popup.el"
+  "Display the output of loga-lookup at tooltip."
   (interactive)
   (loga-lookup :popup))
 
@@ -418,7 +418,7 @@ Example:
   (loga-lookup :buffer))
 
 (defun loga-return-word-on-cursor ()
-  "return word where point on cursor"
+  "Return word where point on cursor."
   (let* (match-word)
     (save-excursion
       (setq match-word
@@ -498,7 +498,7 @@ Example:
 
 ;;;###autoload
 (defun loga-fly-mode ()
-  "toggle loga-fly-mode-on and loga-fly-mode-off"
+  "Toggle loga-fly-mode-on and loga-fly-mode-off."
   (interactive)
   (if loga-fly-mode
       (loga-fly-mode-off)
-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 



More information about the logaling-commit mailing list
Back to archive index