erbot-cvs
[Top][All Lists]
Advanced

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

[Erbot-cvs] Changes to erbot/erbutils.el


From: D . Goel
Subject: [Erbot-cvs] Changes to erbot/erbutils.el
Date: Fri, 07 Jan 2005 23:29:04 -0500

Index: erbot/erbutils.el
diff -u erbot/erbutils.el:1.20 erbot/erbutils.el:1.21
--- erbot/erbutils.el:1.20      Fri Jan  7 02:49:50 2005
+++ erbot/erbutils.el   Sat Jan  8 04:08:16 2005
@@ -1,5 +1,5 @@
 ;;; erbutils.el --- 
-;; Time-stamp: <2005-01-06 21:49:29 deego>
+;; Time-stamp: <2005-01-07 22:18:32 deego>
 ;; Copyright (C) 2002 D. Goel
 ;; Emacs Lisp Archive entry
 ;; Filename: erbutils.el
@@ -344,9 +344,10 @@
 
 
 (defvar erbutils-itemize-style
-  (list "[%s] %s,\n\n" "and also [%s] %s\n\n" "and [%s] %s,\n\n")
-  "Another choice, for example is 
-\(list \"[%s] %s\n\n\" \"[%s] %s\n\n\" \"[%s] %s,\n\n\")
+  (list "[%s] %s\n\n" "[%s] %s\n\n" "[%s] %s,\n\n")
+
+  "Another good choice, for example, and used by petekaz's petebot, is  
+  \(list \"[%s] %s,\n\n\" \"and also [%s] %s\n\n\" \"and [%s] %s,\n\n\")
 ")
 
 (defun erbutils-itemize (result &optional N shortenedp style)




reply via email to

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