diff options
Diffstat (limited to 'lisp/cedet/ede/cpp-root.el')
| -rw-r--r-- | lisp/cedet/ede/cpp-root.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el index 81c6737531a..22e24c8b67f 100644 --- a/lisp/cedet/ede/cpp-root.el +++ b/lisp/cedet/ede/cpp-root.el | |||
| @@ -262,7 +262,7 @@ exist, it should return nil." | |||
| 262 | :documentation | 262 | :documentation |
| 263 | "Compilation command that will be used for this project. | 263 | "Compilation command that will be used for this project. |
| 264 | It could be string or function that will accept proj argument and should return string. | 264 | It could be string or function that will accept proj argument and should return string. |
| 265 | The string will be passed to 'compile' function that will be issued in root | 265 | The string will be passed to `compile' function that will be issued in root |
| 266 | directory of project." | 266 | directory of project." |
| 267 | ) | 267 | ) |
| 268 | ) | 268 | ) |