diff options
| author | Juanma Barranquero | 2011-12-06 02:30:54 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-12-06 02:30:54 +0100 |
| commit | a98edce9ec1f519ad23ba7dc32ce54f15841eaa5 (patch) | |
| tree | c7b4b7c3c38ef97d90e8fd9e031763c7bbbe3079 /src | |
| parent | e65adfac3bc8c7dcc78464707c66d6aea958f684 (diff) | |
| download | emacs-a98edce9ec1f519ad23ba7dc32ce54f15841eaa5.tar.gz emacs-a98edce9ec1f519ad23ba7dc32ce54f15841eaa5.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/data.c | 2 | ||||
| -rw-r--r-- | src/font.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/data.c b/src/data.c index e8d2b43198f..0ebb17a2e01 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -839,7 +839,7 @@ do_symval_forwarding (register union Lisp_Fwd *valcontents) | |||
| 839 | 839 | ||
| 840 | case Lisp_Fwd_Kboard_Obj: | 840 | case Lisp_Fwd_Kboard_Obj: |
| 841 | /* We used to simply use current_kboard here, but from Lisp | 841 | /* We used to simply use current_kboard here, but from Lisp |
| 842 | code, it's value is often unexpected. It seems nicer to | 842 | code, its value is often unexpected. It seems nicer to |
| 843 | allow constructions like this to work as intuitively expected: | 843 | allow constructions like this to work as intuitively expected: |
| 844 | 844 | ||
| 845 | (with-selected-frame frame | 845 | (with-selected-frame frame |
diff --git a/src/font.h b/src/font.h index 42fc050b670..8ca7c9c19c4 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -705,7 +705,7 @@ struct font_driver | |||
| 705 | 705 | ||
| 706 | 706 | ||
| 707 | /* Chain of font drivers. There's one global font driver list | 707 | /* Chain of font drivers. There's one global font driver list |
| 708 | (font_driver_list in font.c). In addition, each frame has it's own | 708 | (font_driver_list in font.c). In addition, each frame has its own |
| 709 | font driver list at FRAME_PTR->font_driver_list. */ | 709 | font driver list at FRAME_PTR->font_driver_list. */ |
| 710 | 710 | ||
| 711 | struct font_driver_list | 711 | struct font_driver_list |
| @@ -721,7 +721,7 @@ struct font_driver_list | |||
| 721 | 721 | ||
| 722 | 722 | ||
| 723 | /* Chain of arbitrary data specific to each font driver. Each frame | 723 | /* Chain of arbitrary data specific to each font driver. Each frame |
| 724 | has it's own font data list at FRAME_PTR->font_data_list. */ | 724 | has its own font data list at FRAME_PTR->font_data_list. */ |
| 725 | 725 | ||
| 726 | struct font_data_list | 726 | struct font_data_list |
| 727 | { | 727 | { |