diff options
| author | Glenn Morris | 2019-03-09 10:07:46 -0800 |
|---|---|---|
| committer | Glenn Morris | 2019-03-09 10:07:46 -0800 |
| commit | 3b63afd73b541ea559aa58edc1901c8b30e2af40 (patch) | |
| tree | a68afec4142bd100f3b6dfa3eb90aa2c0a71b34f /doc/misc/ede.texi | |
| parent | e1819a254f28a7dcba3c395c345fe237a512e92e (diff) | |
| parent | 0589de55c465627c16314519568f22daa62ff654 (diff) | |
| download | emacs-3b63afd73b541ea559aa58edc1901c8b30e2af40.tar.gz emacs-3b63afd73b541ea559aa58edc1901c8b30e2af40.zip | |
Merge from origin/emacs-26
0589de5 (origin/emacs-26) Fix markup of fake keys in the ELisp manual
82d4b98 Avoid errors in Auto Revert mode
a3b1935 Mention empty strings in file name expansion, emacs lisp refe...
a38da0d cc-mode.texi: Work around makeinfo alignment bug. Fix proble...
464ee80 Warn against recursive invocations of 'buffer-list-update-hoo...
60b5c10 Provide more details in doc-string of 'delete-windows-on' (Bu...
f0be0f1 Improve documentation of 'delete-windows-on'
f1bddc7 * lisp/frame.el (make-frame-command): Doc fix. (Bug#34715)
2848623 Avoid undefined behavior in gdb-mi.el
dbf1837 * lisp/window.el (fit-frame-to-buffer): Make doc-string more ...
099ef44 Minor spelling and grammar fixes (bug#34756)
52fd400 Minor improvement of documentation of '(when CONDITION . SPEC)'
f872b65 Improve documentation of 'auto-coding-functions'
04cad5e Fix visiting XML files with non-Unix EOL format
a89fabe Update example major mode code in Elisp manual
# Conflicts:
# lisp/autorevert.el
# lisp/window.el
Diffstat (limited to 'doc/misc/ede.texi')
| -rw-r--r-- | doc/misc/ede.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index 6d5c1b93a94..7ab386c97a4 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi | |||
| @@ -1038,7 +1038,7 @@ details on using @eieio{} to extending classes, and writing methods. | |||
| 1038 | 1038 | ||
| 1039 | If you intend to extend @ede{}, it is most likely that a new target type is | 1039 | If you intend to extend @ede{}, it is most likely that a new target type is |
| 1040 | needed in one of the existing project types. The rest of this chapter | 1040 | needed in one of the existing project types. The rest of this chapter |
| 1041 | will discuss extending the @code{ede-project} class, and it's targets. | 1041 | will discuss extending the @code{ede-project} class, and its targets. |
| 1042 | See @file{project-am.el} for basic details on adding targets to it. | 1042 | See @file{project-am.el} for basic details on adding targets to it. |
| 1043 | 1043 | ||
| 1044 | For the @code{ede-project} type, the core target class is called | 1044 | For the @code{ede-project} type, the core target class is called |
| @@ -1477,7 +1477,7 @@ Get the inode of the directory project @var{PROJ} is in. | |||
| 1477 | @end deffn | 1477 | @end deffn |
| 1478 | 1478 | ||
| 1479 | @deffn Method ede-project-root :AFTER this | 1479 | @deffn Method ede-project-root :AFTER this |
| 1480 | If a project knows it's root, return it here. | 1480 | If a project knows its root, return it here. |
| 1481 | Allows for one-project-object-for-a-tree type systems. | 1481 | Allows for one-project-object-for-a-tree type systems. |
| 1482 | @end deffn | 1482 | @end deffn |
| 1483 | 1483 | ||
| @@ -1486,7 +1486,7 @@ Find a subproject of @var{PROJ} that corresponds to @var{DIR}. | |||
| 1486 | @end deffn | 1486 | @end deffn |
| 1487 | 1487 | ||
| 1488 | @deffn Method ede-project-root-directory :AFTER this &optional file | 1488 | @deffn Method ede-project-root-directory :AFTER this &optional file |
| 1489 | If a project knows it's root, return it here. | 1489 | If a project knows its root, return it here. |
| 1490 | Allows for one-project-object-for-a-tree type systems. | 1490 | Allows for one-project-object-for-a-tree type systems. |
| 1491 | Optional @var{FILE} is the file to test. It is ignored in preference | 1491 | Optional @var{FILE} is the file to test. It is ignored in preference |
| 1492 | of the anchor file for the project. | 1492 | of the anchor file for the project. |
| @@ -2516,7 +2516,7 @@ In sources for @var{THIS}, change version numbers to @var{VERSION}. | |||
| 2516 | @end deffn | 2516 | @end deffn |
| 2517 | 2517 | ||
| 2518 | @deffn Method project-delete-target :AFTER ot | 2518 | @deffn Method project-delete-target :AFTER ot |
| 2519 | Delete the current target @var{OT} from it's parent project. | 2519 | Delete the current target @var{OT} from its parent project. |
| 2520 | @end deffn | 2520 | @end deffn |
| 2521 | 2521 | ||
| 2522 | @deffn Method ede-target-sourcecode :AFTER this | 2522 | @deffn Method ede-target-sourcecode :AFTER this |
| @@ -2715,7 +2715,7 @@ Converts all symbols into the objects to be used. | |||
| 2715 | @end deffn | 2715 | @end deffn |
| 2716 | 2716 | ||
| 2717 | @deffn Method project-delete-target :AFTER this | 2717 | @deffn Method project-delete-target :AFTER this |
| 2718 | Delete the current target @var{THIS} from it's parent project. | 2718 | Delete the current target @var{THIS} from its parent project. |
| 2719 | @end deffn | 2719 | @end deffn |
| 2720 | 2720 | ||
| 2721 | @deffn Method ede-proj-makefile-target-name :AFTER this | 2721 | @deffn Method ede-proj-makefile-target-name :AFTER this |
| @@ -4013,7 +4013,7 @@ Type: @code{list} | |||
| 4013 | 4013 | ||
| 4014 | The commands used to execute this compiler. | 4014 | The commands used to execute this compiler. |
| 4015 | The object which uses this compiler will place these commands after | 4015 | The object which uses this compiler will place these commands after |
| 4016 | it's rule definition. | 4016 | its rule definition. |
| 4017 | 4017 | ||
| 4018 | @item :autoconf | 4018 | @item :autoconf |
| 4019 | Type: @code{list} @* | 4019 | Type: @code{list} @* |
| @@ -4125,7 +4125,7 @@ Type: @code{list} | |||
| 4125 | 4125 | ||
| 4126 | The commands used to execute this compiler. | 4126 | The commands used to execute this compiler. |
| 4127 | The object which uses this compiler will place these commands after | 4127 | The object which uses this compiler will place these commands after |
| 4128 | it's rule definition. | 4128 | its rule definition. |
| 4129 | 4129 | ||
| 4130 | @item :objectextention | 4130 | @item :objectextention |
| 4131 | Type: @code{string} | 4131 | Type: @code{string} |
| @@ -4265,7 +4265,7 @@ Type: @code{list} | |||
| 4265 | 4265 | ||
| 4266 | The commands used to execute this compiler. | 4266 | The commands used to execute this compiler. |
| 4267 | The object which uses this compiler will place these commands after | 4267 | The object which uses this compiler will place these commands after |
| 4268 | it's rule definition. | 4268 | its rule definition. |
| 4269 | 4269 | ||
| 4270 | @item :objectextention | 4270 | @item :objectextention |
| 4271 | Type: @code{string} | 4271 | Type: @code{string} |