[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] s/unser/user/ in lisp/org-table.el
From: |
Jason Riedy |
Subject: |
[Orgmode] s/unser/user/ in lisp/org-table.el |
Date: |
Fri, 28 Mar 2008 16:24:47 -0700 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) |
Little, copyright-less change appended.
BTW, while I'm waiting for completion of my copyright assignment,
my little orgtbl changes are sitting in a fork on repo.or.gz:
http://repo.or.cz/w/org-mode/ejr.git
The changes have been updated to the new structure, and
everything *appears* to work.
You may want to describe forks in README_GIT. Pulling from a
fork would be a bit more controlled than giving out push access,
removing the various copyright concerns. I don't know of a
sensible way to manage ChangeLog files.
Jason
--
diff --git a/lisp/org-table.el b/lisp/org-table.el
index ee83da7..fbeb5e8 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -176,7 +176,7 @@ from accept as input, do not present for editing
t: accept as input and present for editing"
:group 'org-table-calculation
:type '(choice
- (const :tag "Never, don't even check unser input for them" nil)
+ (const :tag "Never, don't even check user input for them" nil)
(const :tag "Always, both as user input, and when editing" t)
(const :tag "Convert user input, don't offer during editing" 'from)))
- [Orgmode] s/unser/user/ in lisp/org-table.el,
Jason Riedy <=