[logaling-commit] logaling/logalimacs [master] Improve document

Back to archive index

Yuta Yamada null+****@clear*****
Thu Aug 23 17:21:52 JST 2012


Yuta Yamada	2012-08-23 17:21:52 +0900 (Thu, 23 Aug 2012)

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

  Log:
    Improve document

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+3 -3)
===================================================================
--- logalimacs.el    2012-08-23 17:08:27 +0900 (cddbb7a)
+++ logalimacs.el    2012-08-23 17:21:52 +0900 (59937dc)
@@ -101,8 +101,8 @@
 
 (defcustom loga-use-auto-detect-language nil
   "
-If nonnil, auto-detect language of word for loga-add/update.
-Note that now can specify en and ja pair only"
+If nonnil, auto-detect language of source and target for loga-add/update.
+Note that yet can specify en and ja pair only"
   :group 'logalimacs
   :type  'boolean)
 
@@ -139,7 +139,7 @@ It will be execute when the lookup was failed if it set your function.
 Example:
   (setq loga-fallback-function
       (lambda (search-word)
-        (my/super-translation-function search-word)))")
+        (your-awesome-translation-function search-word)))")
 
 (defvar loga-mark-rigion-separator "/")
 
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



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