aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/srecode
diff options
context:
space:
mode:
authorPaul Eggert2012-01-14 22:41:53 -0800
committerPaul Eggert2012-01-14 22:41:53 -0800
commit807f82fcebc7d946baa23f1d29ff5b0cf336f08e (patch)
treefa41cebf5b9c6d3bb6a22517a7002fe3a398588f /lisp/cedet/srecode
parent35cf62d95cdcd5323dcea4a5385942c342ff1d9c (diff)
parent861df977526140af8147bef4950e8863655c203d (diff)
downloademacs-807f82fcebc7d946baa23f1d29ff5b0cf336f08e.tar.gz
emacs-807f82fcebc7d946baa23f1d29ff5b0cf336f08e.zip
Merge from trunk.
Diffstat (limited to 'lisp/cedet/srecode')
-rw-r--r--lisp/cedet/srecode/ctxt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/ctxt.el b/lisp/cedet/srecode/ctxt.el
index b864316deb5..45f0d2b3afb 100644
--- a/lisp/cedet/srecode/ctxt.el
+++ b/lisp/cedet/srecode/ctxt.el
@@ -41,7 +41,7 @@
41(define-overload srecode-calculate-context () 41(define-overload srecode-calculate-context ()
42 "Calculate the context at the current point. 42 "Calculate the context at the current point.
43The returned context is a list, with the top-most context first. 43The returned context is a list, with the top-most context first.
44Each returned context is a string that that would show up in a `context' 44Each returned context is a string that would show up in a `context'
45statement in an `.srt' file. 45statement in an `.srt' file.
46 46
47Some useful context values used by the provided srecode templates are: 47Some useful context values used by the provided srecode templates are: