[logaling-commit] logaling/logalimacs [master] Break long lines

Back to archive index

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


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

  New Revision: dd07cd511ab6dcf84ea18bc302dcf0c184bd0462
  https://github.com/logaling/logalimacs/commit/dd07cd511ab6dcf84ea18bc302dcf0c184bd0462

  Log:
    Break long lines

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+5 -2)
===================================================================
--- logalimacs.el    2012-07-02 11:22:08 +0900 (dbd1d29)
+++ logalimacs.el    2012-07-02 11:22:56 +0900 (a82aff0)
@@ -363,7 +363,8 @@ Example:
         finally return sum))
 
 (defun loga-ignore-character-p (token)
-  "If mixed Japanese language, wrong count at specific character. because it escape character"
+  "If mixed Japanese language, wrong count at specific character.
+Because it escape character"
   (not (string-match "[\\ -/:->{-~\\?^]\\|\\[\\|\\]" token)))
 
 (defun loga-append-margin (source target note max-length)
@@ -401,7 +402,9 @@ Example:
 
 ;;;###autoload
 (defun loga-lookup-at-manually ()
-  "Search word from logaling. if not mark region, search word type on manual. otherwise passed character inside region."
+  "Search word from logaling.
+If not mark region, search word type on manual.
+Otherwise passed character inside region."
   (interactive)
   (setq current-prefix-arg 4)
   (loga-lookup :buffer))
-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 



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