diff options
| author | Joakim Verona | 2012-01-12 07:50:16 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-01-12 07:50:16 +0100 |
| commit | 16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca (patch) | |
| tree | 33fb6b970b7bcb0cb813d305da2c43f3d212bbf2 /lisp/cedet/srecode | |
| parent | e4f761f1e3df7fbc7793c73c5d808b8da0b3a700 (diff) | |
| parent | 403993a8a646887193dd7b8a01cf16137cd89a1e (diff) | |
| download | emacs-16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca.tar.gz emacs-16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca.zip | |
upstream
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/ctxt.el | 2 |
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. |
| 43 | The returned context is a list, with the top-most context first. | 43 | The returned context is a list, with the top-most context first. |
| 44 | Each returned context is a string that that would show up in a `context' | 44 | Each returned context is a string that would show up in a `context' |
| 45 | statement in an `.srt' file. | 45 | statement in an `.srt' file. |
| 46 | 46 | ||
| 47 | Some useful context values used by the provided srecode templates are: | 47 | Some useful context values used by the provided srecode templates are: |